Coloring Plot by Factor in R (2 Examples) | Different Colors in Graphic | Base R vs. ggplot2 Package
Coloring Plot by Factor in R (2 Examples) | Different Colors in Graphic | Base R vs. ggplot2 Package
Play
Draw Plot of Function Curve in R (2 Examples) | Base R vs. ggplot2 Package | curve & stat_function
Play
Draw Scatterplot with Labels in R (3 Examples) | Add Text to Plot in Base R & ggplot2 geom_text
Play
Draw Plot with Confidence Intervals in R (2 Examples) | geom_errorbar [ggplot2] & plotCI [plotrix]
Play
Order Bars of ggplot2 Barchart in R (3 Examples) | Manual, Increasing & Decreasing Ordering in Plot
Play
Change Font Type of Plot in Base R & ggplot2 (Example) | Export Graph with Text | windowsFonts & pdf
Play
R Draw Dates to X-Axis of Plot (Example) | Time Series in Base R & ggplot2 | as.Date & scale_x_date
Play
Change Colors in ggplot2 Line Plot in R (Example) | Modify Color of Lines Using scale_color_manual
Play
R Calculate Moving Average, Maximum, Median & Sum of Time Series (6 Examples) | zoo Package & Plot
Play
Change Spacing of Axis Tick Marks in Base R Plot (2 Examples) | Modify Values with axis() Function
Play
Change Legend Size in Base R Plot (Example) | Decrease & Increase Area Using cex, plot() & legend()
Play
R Draw ggplot2 Plot with Two Y-Axes | Different Scale on Each Side | scale_y_continuous & sec_axis
Play
Add Image to Plot in R (Example) | Draw Picture on Top of Graph Using ggplot2 & patchwork Packages
Play
Remove Grid, Background Color, Top & Right Borders from ggplot2 Plot in R (Example) | element_blank
Play
Change Formatting of Numbers of ggplot2 Plot Axis in R (Example) | Modify Values on X- & Y-Axes
Play
Draw Composition of ggplot2 Plots Using patchwork Package in R | Control Layout of Multiple Graphs
Play
Replace Specific Characters in String in R (4 Examples) | gsub, sub & str_replace [stringr Package]
Play
Draw Plot with Actual Values as Axis Ticks & Labels in R (2 Examples) | Change Tick Marks of Axes
Play
pull R Function of dplyr Package (2 Examples) | Extract Column / Variable from Data Frame / Tibble
Play